home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / diffuti2.6 / djgpp.cfg < prev    next >
Encoding:
Text File  |  1994-08-05  |  3.6 KB  |  122 lines

  1. *** orig/diffuti2.6/djgpp.cfg    Sun Jan 23 21:38:06 1994
  2. --- src/diffuti2.6/djgpp.cfg    Sun Jan 23 22:01:04 1994
  3. ***************
  4. *** 0 ****
  5. --- 1,116 ----
  6. + /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  7. + /* DJGPP version from djgpp.cfg */
  8. + /* It's not, but some files try to redefine lots of stuff otherwise */
  9. + #define _GNU_LIBRARY_
  10. + /* Define if using alloca.c.  */
  11. + #undef C_ALLOCA
  12. + /* Define to empty if the keyword does not work.  */
  13. + #undef const
  14. + /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  15. +    This function is required for alloca.c support on those systems.  */
  16. + #undef CRAY_STACKSEG_END
  17. + /* Define if you have dirent.h.  */
  18. + #define DIRENT 1
  19. + /* Define if you have alloca.h and it should be used (not Ultrix).  */
  20. + #undef HAVE_ALLOCA_H
  21. + /* Define if you don't have vprintf but do have _doprnt.  */
  22. + #define HAVE_DOPRNT 1
  23. + /* Define if your struct stat has st_blksize.  */
  24. + #undef HAVE_ST_BLKSIZE
  25. + /* Define if you have vfork.h.  */
  26. + #undef HAVE_VFORK_H
  27. + /* Define if you have the vprintf function.  */
  28. + /* DJGPP has one, but stdio.h defines this */
  29. + #undef HAVE_VPRINTF 1
  30. + /* Define if on MINIX.  */
  31. + #undef _MINIX
  32. + /* Define if you don't have dirent.h, but have ndir.h.  */
  33. + #undef NDIR
  34. + /* Define to `int' if <sys/types.h> doesn't define.  */
  35. + #undef pid_t
  36. + /* Define if the system does not provide POSIX.1 features except
  37. +    with this defined.  */
  38. + #undef _POSIX_1_SOURCE
  39. + /* Define if you need to in order for stat and other things to work.  */
  40. + #undef _POSIX_SOURCE
  41. + /* Define as the return type of signal handlers (int or void).  */
  42. + #define RETSIGTYPE SignalHandler
  43. + /* If using the C implementation of alloca, define if you know the
  44. +    direction of stack growth for your system; otherwise it will be
  45. +    automatically deduced at run-time.
  46. +     STACK_DIRECTION > 0 => grows toward higher addresses
  47. +     STACK_DIRECTION < 0 => grows toward lower addresses
  48. +     STACK_DIRECTION = 0 => direction of growth unknown
  49. +  */
  50. + #undef STACK_DIRECTION
  51. + /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  52. + #undef STAT_MACROS_BROKEN
  53. + /* Define if you have the ANSI C header files.  */
  54. + #define STDC_HEADERS 1
  55. + /* Define if you don't have dirent.h, but have sys/dir.h.  */
  56. + #undef SYSDIR
  57. + /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  58. + #undef SYSNDIR
  59. + /* Define vfork as fork if vfork does not work.  */
  60. + #undef vfork
  61. + /* Define if the closedir function returns void instead of int.  */
  62. + #undef VOID_CLOSEDIR
  63. + /* Define if you have dup2.  */
  64. + #define HAVE_DUP2 1
  65. + /* Define if you have memchr.  */
  66. + #define HAVE_MEMCHR 1
  67. + /* Define if you have sigaction.  */
  68. + #undef HAVE_SIGACTION
  69. + /* Define if you have strerror.  */
  70. + #define HAVE_STRERROR 1
  71. + /* Define if you have waitpid.  */
  72. + #undef HAVE_WAITPID
  73. + /* Define if you have the <fcntl.h> header file.  */
  74. + #define HAVE_FCNTL_H 1
  75. + /* Define if you have the <limits.h> header file.  */
  76. + #define HAVE_LIMITS_H 1
  77. + /* Define if you have the <stdlib.h> header file.  */
  78. + #define HAVE_STDLIB_H 1
  79. + /* Define if you have the <string.h> header file.  */
  80. + #define HAVE_STRING_H 1
  81. + /* Define if you have the <sys/wait.h> header file.  */
  82. + #undef HAVE_SYS_WAIT_H
  83. + /* Define if you have the <time.h> header file.  */
  84. + #define HAVE_TIME_H 1
  85. + /* Define if you have the <unistd.h> header file.  */
  86. + #define HAVE_UNISTD_H 1
  87.